-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CRD Validation: remove alpha warning, change enable instructions to disable #6065
Closed
colemickens
wants to merge
75
commits into
kubernetes:release-1.9
from
colemickens:crd-validation-beta
Closed
CRD Validation: remove alpha warning, change enable instructions to disable #6065
colemickens
wants to merge
75
commits into
kubernetes:release-1.9
from
colemickens:crd-validation-beta
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- support request - code bug report
Fix the not-working test case yaml for /doc/concepts/storage/volumes.md
Some edits for clarity and condensed language.
Fix format.
The url no need. just highlight.
Fix leading spaces in commands.
Fix format.
guarnatees to guarantees
* specify password for mysql image * specify password for mysql image
* link mistake * link mistake * skip title check for skip_title_check.txt * skip title check for skip_title_check.txt * remove doesn't exist link.
* Add selector spec description * Fix selector field explanation
* static-pod example bad format in the final page * static-pod example bad format in the final page * static-pod example bad format in the final page * static-pod example bad format in the final page * static-pod example bad format in the final page
It should be placed in JobSpec according to: https://github.com/kubernetes/kubernetes/blob/master/api/swagger-spec/batch_v1.json#L1488-L1514
* add info about VMware NSX-T CNI plugin Hello, I'm VMware Networking and Security Architect and would like to include short information about our CNI plugin implementation similar to what other vendors did Best regards Emil Gagala * Update networking.md * Update networking.md * Update networking.md
* Update install-kubectl.md Zsh is not only oh-my-zsh, so I added universal configuration for zsh that also can be used in prezto. * fix merge error after rebase
…ubernetes#6056) * Operating etcd cluster for Kubernetes bad format in the final page * Update configure-upgrade-etcd.md * Update configure-upgrade-etcd.md
* Usage note and warning tags. * Update configure-upgrade-etcd.md * Update configure-upgrade-etcd.md
* Update toc check blacklist * Update title check blacklist * wip * wip
- Remove extra kubernetes home in toc
k8s-ci-robot
added
the
size/XXL
Denotes a PR that changes 1000+ lines, ignoring generated files.
label
Oct 26, 2017
k8s-ci-robot
added
the
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
label
Oct 26, 2017
Deploy preview ready! Built with commit 69153b0 https://deploy-preview-6065--kubernetes-io-vnext-staging.netlify.com |
@colemickens It was our mistake to not keep release-1.9 in sync with master. I've duplicated this in #6066. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cncf-cla: yes
Indicates the PR's author has signed the CNCF CLA.
size/XXL
Denotes a PR that changes 1000+ lines, ignoring generated files.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Per this issue, we are promoting CRD Validation to beta in 1.9: kubernetes/kubernetes#53829
This updates the docs accordingly. This is set to merge against base branch of
release-1.9
(and I rebased againstrelease-1.9
, but this is including a bunch of other commits unexpectedly. The only commit that I'm proposing here is the most recent one.This change is